Types

Link copied to clipboard
abstract class Config
Abstract base for an Animation configuration.
Link copied to clipboard
enum Mode
Execution mode used by some animations.
Link copied to clipboard
enum Status
Animation execution status.
Link copied to clipboard
enum Type
Type of an animation.

Functions

Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun getProgress(): Int
Retrieves current animation progress.
Link copied to clipboard
Retrieves current animation execution status.
Link copied to clipboard
Retrieves the animation type.
Link copied to clipboard
Tells whether the animation matches some configuration.